home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.micon._currentframe == 17)
- {
- _root.indicount = 100;
- _root.indialogue = "Now all I need is Hoggard!";
- _root.micon.gotoAndStop(1);
- _root.sfx.gotoAndStop(3);
- i = 1;
- while(i < 40)
- {
- if(_root.inven["box" + i]._currentframe == 58)
- {
- _root.inven["box" + i].gotoAndStop(59);
- }
- i++;
- }
- gotoAndStop(59);
- }
- }
-